home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / games / dos / misc / whabuse.exe / WHABUSE.DOC < prev    next >
Encoding:
Text File  |  1991-10-04  |  3.2 KB  |  83 lines

  1. /* program after abuse command found on a Berkley 4.3 unix system
  2.    gives N instances of typewritten abuse at 10 sec intervals from the command:
  3.       whabuse  N
  4.    or just one typewritten comment if no argument 
  5.    press CTRL-BREAK to interrupt.
  6.  
  7.    PLEASE review text in abusetb of C source -- add to / deleet as needed
  8.  
  9.    Source also contains Borland/MicroSoft C sleep routine, seeding the random
  10.    number generator from the clock and a few other goodies.
  11.  
  12.    define ANSIC for Borland C++ 2.0 or for MicroSoft C 6.0
  13.      cl /AL /DANSIC abusive.c         // I use the large model with MSC 6.0
  14.      bcc -DANSIC abusive.c            // Defaults OK with Borland C++ 2.0
  15.    define BSD43 for c compiler on VAX under Berkley UNIX 4.3
  16.      cc -DBSD43 -o abusive abusive.c  // this should fly under BSD 4.2 & 4.3
  17.  
  18.    w.howell  CIS 70215,206   10/4/91
  19.  
  20.  */
  21.  
  22.  
  23. a run of:   whabuse 5
  24.     gave:
  25.  
  26. polluted environment variable set to NULL
  27.  
  28. segment 56 overwritten
  29.  
  30. HELP not allowed as a response
  31.  
  32. Programmer drunk error!!
  33.  
  34. Oh dear, memory problems again
  35.  
  36.  
  37.          ----------------end-of-author's-documentation---------------
  38.  
  39.                          Software Library Information:
  40.  
  41.                     This disk copy provided as a service of
  42.  
  43.                            Public (software) Library
  44.  
  45.          We are not the authors of this program, nor are we associated
  46.          with the author in any way other than as a distributor of the
  47.          program in accordance with the author's terms of distribution.
  48.  
  49.          Please direct shareware payments and specific questions about
  50.          this program to the author of the program, whose name appears
  51.          elsewhere in  this documentation. If you have trouble getting
  52.          in touch with the author,  we will do whatever we can to help
  53.          you with your questions. All programs have been tested and do
  54.          run.  To report problems,  please use the form that is in the
  55.          file PROBLEM.DOC on many of our disks or in other written for-
  56.          mat with screen printouts, if possible.  PsL cannot debug pro-
  57.          programs over the telephone, though we can answer questions.
  58.  
  59.          Disks in the PsL are updated  monthly,  so if you did not get
  60.          this disk directly from the PsL, you should be aware that the
  61.          files in this set may no longer be the current versions. Also,
  62.          if you got this disk from another vendor and are having prob-
  63.          lems,  be aware that  some files may have become corrupted or
  64.          lost by that vendor. Get a current, working disk from PsL.
  65.  
  66.          For a copy of the latest monthly software library newsletter
  67.          and a list of the 3,000+ disks in the library, call or write
  68.  
  69.                            Public (software) Library
  70.                                P.O.Box 35705 - F
  71.                             Houston, TX 77235-5705
  72.  
  73.                                 1-800-2424-PSL
  74.                              MC/Visa/AmEx/Discover
  75.  
  76.                           Outside of U.S. or in Texas
  77.                           or for general information,
  78.                               Call 1-713-524-6394
  79.  
  80.                           PsL also has an outstanding
  81.                           catalog for the Macintosh.
  82.  
  83.